home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {
- SUPERCLASS = Object;
- };
- PlanetView = {
- ACTIONS = {
- setGFactor:;
- setNumberPlanets:;
- };
- OUTLETS = {
- numplanetSlider;
- inspectorPanel;
- numplanetTextField;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SpermView = {
- ACTIONS = {
- inspector:;
- setLineWidth:;
- setNumLines:;
- setUseColor:;
- };
- OUTLETS = {
- spermCountSlider;
- colorButton;
- spermWidthSlider;
- inspectorPanel;
- };
- SUPERCLASS = View;
- };
-